Pet Store Web Service
User Json Schema
Description
Represents an individual user.
Overview
User
Represents an individual user.
id : long
Unique identifier for this user.
lastName : string
Last Name.
phone : string
Phone number.
username : string
Unique user name.
email : string
Email address.
userStatus : int
1 = registered, 2 = active, 3 = closed.
firstName : string
First Name.
password : string
Current password.
Properties
NameDescriptionData Type
idUnique identifier for this user.long
lastNameLast Name.string
phonePhone number.string
usernameUnique user name.string
emailEmail address.string
userStatus1 = registered, 2 = active, 3 = closed.int
firstNameFirst Name.string
passwordCurrent password.string
See Also
Pet Store Web Service

 

 


© 2013 All Rights Reserved.

Send comments on this topic.